home *** CD-ROM | disk | FTP | other *** search
/ Time Warp / Time Warp.iso / pc / timewarp / pirate.dxr / 00045.ls < prev    next >
Encoding:
Text File  |  1997-05-24  |  252 b   |  17 lines

  1. on mouseUp
  2.   global Pillow, key, Chest
  3.   if Pillow = 0 then
  4.     go("BED")
  5.   else
  6.     if key = 0 then
  7.       go("PILLOW")
  8.     else
  9.       if Chest = 1 then
  10.         go("CHEST UP")
  11.       else
  12.         go("PILLOW NO KEY")
  13.       end if
  14.     end if
  15.   end if
  16. end
  17.